object MainFrm: TMainFrm Left = 267 Top = 268 BorderStyle = bsDialog Caption = 'Instalaci�n de Dokan' ClientHeight = 238 ClientWidth = 424 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 7 Top = 11 Width = 314 Height = 218 Shape = bsFrame end object Label1: TLabel Left = 17 Top = 19 Width = 296 Height = 18 AutoSize = False Caption = 'Pulse '#39'Ejecutar'#39' para inciar directamente el programa.' WordWrap = True end object Logo: TImage Left = 334 Top = 203 Width = 80 Height = 22 AutoSize = True Picture.Data = {} end object Label3: TLabel Left = 17 Top = 193 Width = 288 Height = 20 AutoSize = False Caption = 'Pulse '#39'Salir'#39' para volver a Windows.' WordWrap = True end object LblIE3: TLabel Left = 17 Top = 77 Width = 296 Height = 16 AutoSize = False Caption = 'Pulse '#39'IE 4.01'#39' para instalar Internet Explorer 4.01 SP1' WordWrap = True end object Label2: TLabel Left = 17 Top = 47 Width = 296 Height = 22 AutoSize = False Caption = 'Pulse '#39'Icono'#39' para crear un acceso directo en el escritorio.' WordWrap = True end object Label4: TLabel Left = 17 Top = 129 Width = 296 Height = 28 AutoSize = False Caption = 'Pulse '#39'Complementos'#39' para instalar componentes adicionales de Mi' + 'crosoft Internet Explorer 4.01.' WordWrap = True end object Label5: TLabel Left = 17 Top = 157 Width = 292 Height = 20 AutoSize = False Caption = '(Incluye Shockwave y soporte Japon�s)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Label6: TLabel Left = 17 Top = 93 Width = 296 Height = 32 AutoSize = False Caption = 'No es necesario instalar la actualizaci�n del escritorio.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object BtnExec: TButton Left = 332 Top = 7 Width = 85 Height = 23 Caption = 'Ejecutar' Default = True ModalResult = 1 TabOrder = 0 OnClick = BtnExecClick end object BtnIcono: TButton Left = 332 Top = 40 Width = 85 Height = 23 Caption = 'Icono' ModalResult = 6 TabOrder = 1 OnClick = BtnIconoClick end object BtnCancel: TButton Left = 332 Top = 155 Width = 85 Height = 23 Cancel = True Caption = 'Salir' ModalResult = 2 TabOrder = 4 OnClick = BtnCancelClick end object BtnExp: TButton Left = 332 Top = 72 Width = 85 Height = 23 Caption = 'IE 4.01' ModalResult = 6 TabOrder = 2 OnClick = BtnExpClick end object BtnAddon: TButton Left = 332 Top = 104 Width = 85 Height = 23 Caption = 'Complementos' ModalResult = 6 TabOrder = 3 OnClick = BtnAddonClick end end